#slider-single {
    /* width: 100%; */
    background: #666;
    /* height: calc(100vh - 99px); */
}

#slider-single img {
    width: 100%;
    /* background: #666; */
    height: 600px;
    object-fit: cover;
}
#slider-single .overlay {
    position: absolute;
    bottom: 10%;
    left: 0;
    color: white;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#slider-single .overlay h1 {
    /* font-weight: 700; */
    font-weight: 500;
    margin-bottom: 0;
    font-size: 3.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: capitalize!important;
    display: block;
}
#slider-single .overlay h3 {
    font-size: 2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-weight: 400;
}

img[src*='sequence_010'] {
    object-position: bottom;
}

@media (max-width: 500px){
    #slider-single img {
        height: 400px;
    }
}

img[src*='didattica.jpg'] {
    object-position: left;
}